deflate$19582$ - translation to ελληνικό
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:     

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

deflate$19582$ - translation to ελληνικό

DATA COMPRESSION ALGORITHM
Deflation (data compression); DEFLATE compression algorithm; Advpng; DEFLATE (algorithm); Advancecomp; Deflater; AdvDef; Advdef; AdvPNG; Deflate64; Data compression/Deflation; DEFLATE; Deflate (compression)

deflate      
v. ξεφουσκώνω, ελαττώνω την αξία, υποτιμώ

Ορισμός

deflate
<file format, compression> A compression standard derived from LZ77; it is reportedly used in zip, gzip, PKZIP, and png, among others. Unlike LZW, deflate compression does not use patented compression algorithms. Used as a verb to mean to compress (not decompress!) a file which has been compressed using deflate compression. The opposite, inflate, means to decompress data which has been deflated. Deflate is described in RFC 1951. (1997-06-21)

Βικιπαίδεια

Deflate

In computing, Deflate (stylized as DEFLATE) is a lossless data compression file format that uses a combination of LZ77 and Huffman coding. It was designed by Phil Katz, for version 2 of his PKZIP archiving tool. Deflate was later specified in RFC 1951 (1996).

Katz also designed the original algorithm used to construct Deflate streams. This algorithm was patented as U.S. Patent 5,051,745, and assigned to PKWARE, Inc. As stated in the RFC document, an algorithm producing Deflate files was widely thought to be implementable in a manner not covered by patents. This led to its widespread use – for example, in gzip compressed files and PNG image files, in addition to the ZIP file format for which Katz originally designed it. The patent has since expired.